home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cmdline.lha / cmdline / doc / environ.man < prev    next >
Text File  |  1992-08-03  |  616b  |  22 lines

  1. .SH ENVIRONMENT
  2. The following two environment variables (if defined) are used
  3. by \*(NM:
  4.  
  5. .IP "$PROMPT_USER"
  6. If this variable exists and is non-empty, then the user will be
  7. interactively prompted for any missing required arguments.
  8.  
  9. .IP "$USAGE_LEVEL"
  10. This variable controls the verboseness of usage messages that are printed.
  11. If This variable is empty or is undefined, then verbose messages are printed.
  12. If this variable exists and is non-empty, it may be set to one of the
  13. following values:
  14. .RS
  15. .IP 0
  16. No usage message is printed.
  17. .IP 1
  18. A terse usage message is printed
  19. .IP 2
  20. A verbose usage message is printed.
  21. .RE
  22.